home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / SETUP.EXE / 0 / RCDATA / TINSTALL1 / TINSTALL1.txt < prev   
Text File  |  1997-04-17  |  3KB  |  158 lines

  1. object Install1: TInstall1
  2.   Left = 79
  3.   Top = 105
  4.   Hint = 'ECTool the chess play-by-email utility'
  5.   ActiveControl = EditDirectory
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'ECTool 32 bits Setup'
  9.   ClientHeight = 273
  10.   ClientWidth = 458
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 160
  24.     Top = 120
  25.     Width = 193
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 
  29.       'Wellcome to ECTool Setup. Enter the directory to install ECTool ' +
  30.       'or select one by clicking the browse button'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 256
  39.     Top = 8
  40.     Width = 193
  41.     Height = 55
  42.     Caption = 'ECTool '
  43.     Font.Color = clNavy
  44.     Font.Height = -48
  45.     Font.Name = 'Courier New'
  46.     Font.Style = [fsBold, fsItalic]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 344
  51.     Top = 56
  52.     Width = 80
  53.     Height = 31
  54.     Caption = 'Setup'
  55.     Font.Color = clNavy
  56.     Font.Height = -27
  57.     Font.Name = 'Courier New'
  58.     Font.Style = [fsBold, fsItalic]
  59.     ParentFont = False
  60.   end
  61.   object Button1: TButton
  62.     Left = 376
  63.     Top = 184
  64.     Width = 57
  65.     Height = 20
  66.     Caption = '&Browse'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnClick = Button1Click
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 16
  77.     Top = 24
  78.     Width = 121
  79.     Height = 185
  80.     BevelInner = bvRaised
  81.     BevelOuter = bvLowered
  82.     BorderStyle = bsSingle
  83.     Caption = 'Panel2'
  84.     TabOrder = 2
  85.     object Image1: TImage
  86.       Left = 2
  87.       Top = 2
  88.       Width = 113
  89.       Height = 177
  90.       Align = alClient
  91.       Picture.Data = {<image000.bmp>}
  92.     end
  93.   end
  94.   object EditDirectory: TEdit
  95.     Left = 160
  96.     Top = 184
  97.     Width = 193
  98.     Height = 21
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 0
  105.     Text = 'EditDirectory'
  106.   end
  107.   object Button2: TButton
  108.     Left = 280
  109.     Top = 240
  110.     Width = 73
  111.     Height = 25
  112.     Caption = '&Cancel'
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ModalResult = 2
  118.     ParentFont = False
  119.     TabOrder = 3
  120.     OnClick = Button2Click
  121.   end
  122.   object InstallButton: TButton
  123.     Left = 368
  124.     Top = 240
  125.     Width = 73
  126.     Height = 25
  127.     Caption = '&Install'
  128.     Default = True
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 4
  135.     OnClick = InstallButtonClick
  136.   end
  137.   object Panel1: TPanel
  138.     Left = 16
  139.     Top = 224
  140.     Width = 425
  141.     Height = 2
  142.     BevelOuter = bvLowered
  143.     TabOrder = 5
  144.   end
  145.   object DdeClientConv: TDdeClientConv
  146.     ServiceApplication = 'PROGMAN'
  147.     DdeService = 'PROGMAN'
  148.     DdeTopic = 'PROGMAN'
  149.     ConnectMode = ddeManual
  150.     FormatChars = True
  151.     Left = 16
  152.     Top = 240
  153.     LinkInfo = (
  154.       'Service PROGMAN'
  155.       'Topic PROGMAN')
  156.   end
  157. end
  158.